perm filename TMP.TMP[TEX,DEK]6 blob sn#554102 filedate 1981-01-07 generic text, type C, neo UTF8
COMMENT ⊗   VALID 00002 PAGES
C REC  PAGE   DESCRIPTION
C00001 00001
C00002 00002	Thanks much for getting the font pack ready and working into wee small hours
C00004 ENDMK
C⊗;
Thanks much for getting the font pack ready and working into wee small hours
last night.

Before seeing your message, I had made the following change to TEXPRS;
perhaps you have made the same one? If you like yours better, mail it to me
and I'll insert your version.
TEXPRS, page 5
simp procedure PutRectangle(integer x0,y0,h,w);
if h*w then

I decided to make two more little changes to the TEX sources. First:
TEXSYN, the last page
if length(s)>6 then sss←s←s[1 to 3]&s[∞-2 to ∞];
(I see now that a person can say \font a=timesroman at 10bp and later
say \font a=timesnewroman at 10.0001bp without an error message; excuse
my obtuseness.)

TEXSEM, page 18 very near the end (avoids possible problems e.g.\spacefactor0):
if spacefactor<1.0 then spacefactor←1.0;
go to bigswitch end;


else go to fallthru
  end;

Thanks for making all the .tfm's so conveniently available. I made one check
to see if my new MF here gives the same .tfm's as yours: I tried CMATHX.
The only difference between my tfm and yours is in word '27, where
I have 0 where you have a "PARC face byte" of '7240 lsh -4.
Is this going to be a problem? It didn't affect the checksum, but I'm not
sure if it will affect TEX output.